home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-07-13 | 1.1 KB | 36 lines |
- #
- # Copyright (C) 1991 Texas Instruments Incorporated.
- #
- # Permission is granted to any individual or institution to use, copy, modify,
- # and distribute this software, provided that this complete copyright and
- # permission notice is maintained, intact, in all copies and supporting
- # documentation.
- #
- # Texas Instruments Incorporated provides this software "as is" without
- # express or implied warranty.
- #
-
- include ../../Makedefs
- include ../Makedefs
-
- CURDIR = $(TOP)/$(DIRNAME)/test/
- HEADERS = test.h
- SOURCES = test.C
- TEMPLATES =
- OBJECTS = $(SOURCES:.C=.o)
- SUBDIRS =
-
- include ../../Makeclassestargs.static
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
-
- test.o: /usr/lang/SC1.0/include/CC/stream.h
- test.o: /usr/lang/SC1.0/include/CC/iostream.h
- test.o: /usr/lang/SC1.0/include/CC/memory.h
- test.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- test.o: /usr/lang/SC1.0/include/CC/iomanip.h
- test.o: /usr/lang/SC1.0/include/CC/generic.h
- test.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- test.o: /usr/lang/SC1.0/include/CC/stdio.h
- test.o: /usr/lang/SC1.0/include/CC/fstream.h
-